brute force - definitie. Wat is brute force
Diclib.com
Online Woordenboek

Wat (wie) is brute force - definitie

WIKIMEDIA DISAMBIGUATION PAGE
Brute-force; Brute-force approach; Brute Force; Bruteforce; Brute force (disambiguation); Brute Force (film); Brute Force (book)

brute force         
<programming> A primitive programming style in which the programmer relies on the computer's processing power instead of using his own intelligence to simplify the problem, often ignoring problems of scale and applying naive methods suited to small problems directly to large ones. The term can also be used in reference to programming style: brute-force programs are written in a heavy-handed, tedious way, full of repetition and devoid of any elegance or useful abstraction (see also brute force and ignorance). The canonical example of a brute-force algorithm is associated with the "travelling salesman problem" (TSP), a classical NP-hard problem: Suppose a person is in, say, Boston, and wishes to drive to N other cities. In what order should the cities be visited in order to minimise the distance travelled? The brute-force method is to simply generate all possible routes and compare the distances; while guaranteed to work and simple to implement, this algorithm is clearly very stupid in that it considers even obviously absurd routes (like going from Boston to Houston via San Francisco and New York, in that order). For very small N it works well, but it rapidly becomes absurdly inefficient when N increases (for N = 15, there are already 1,307,674,368,000 possible routes to consider, and for N = 1000 - well, see bignum). Sometimes, unfortunately, there is no better general solution than brute force. See also NP-complete. A more simple-minded example of brute-force programming is finding the smallest number in a large list by first using an existing program to sort the list in ascending order, and then picking the first number off the front. Whether brute-force programming should actually be considered stupid or not depends on the context; if the problem is not terribly big, the extra CPU time spent on a brute-force solution may cost less than the programmer time it would take to develop a more "intelligent" algorithm. Additionally, a more intelligent algorithm may imply more long-term complexity cost and bug-chasing than are justified by the speed improvement. When applied to cryptography, it is usually known as {brute force attack}. Ken Thompson, co-inventor of Unix, is reported to have uttered the epigram "When in doubt, use brute force". He probably intended this as a ha ha only serious, but the original Unix kernel's preference for simple, robust and portable algorithms over brittle "smart" ones does seem to have been a significant factor in the success of that operating system. Like so many other tradeoffs in software design, the choice between brute force and complex, finely-tuned cleverness is often a difficult one that requires both engineering savvy and delicate aesthetic judgment. [Jargon File] (1995-02-14)
Brute-force search         
COMPUTER PROBLEM-SOLVING TECHNIQUE
Brute force computing; Brute force search; Brute search; Brute force key search; Brute force programming; Brute-force string search; Uninformed search; Exhaustive search; Naïve solution; Naive solution; Uninformed Search; Brute force string search
In computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic paradigm that consists of systematically enumerating all possible candidates for the solution and checking whether each candidate satisfies the problem's statement.
Brute Force (Ellis book)         
BOOK BY JOHN ELLIS
Brute Force: Allied Strategy and Tactics in the Second World War (published 1990) is a book by the historian John Ellis that concludes that the Allied Forces won World War II not by the skill of their leaders, war planners and commanders in the field, but by brute force, which he describes as advantages in firepower and logistics.

Wikipedia

Brute force

Brute Force or brute force may refer to:

Uitspraakvoorbeelden voor brute force
1. Only brute force remained.
ted-talks_1342_PetervanUhm_2011X-320k
2. a brute force approach.
The Signal and the Noise _ Nate Silver _ Talks at Google
3. brute force of calculation.
Deep Thinking _ Garry Kasparov _ Talks at Google
4. through brute force.
ted-talks_2549_MartinReeves_2016S-320k
5. and showed brute force.
The Fall of the Berlin Wall _ Axel Martens _ Talks at Google
Voorbeelden uit tekstcorpus voor brute force
1. "In our view, only brute force or the threat of brute force might convince Iran to change its mind," Steinitz said.
2. "You can‘t just use brute force," Gariepy explains.
3. To accomplish that requires a combination of ultra–precise engineering and outlandish brute force.
4. Usually in American disasters such as this, we see knee–jerk reaction and brute force.
5. There is no way of knowing when Israel‘s use of brute force will not deter him but induce him to support, directly or indirectly, a counteraction of brute force.